Create backend logic that enable every user to delete their own account
| Features | Account Management |
|---|
| MoSCoW | Could |
|---|
Owner | Rose |
|---|
| Size | M |
|---|
| Sprint | 6 |
|---|
| Status | Done |
|---|
- Create backend logic that enables every user to delete their own account
- Acceptance Criteria:
- All users, regardless of their role, should be able to perform an account deletion process.
- Proper authentication should be in place to ensure that only the account owner can request deletion.
- The backend logic should securely delete the user's account and associated data upon confirmation.